home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / parser / parseerror.c < prev    next >
C/C++ Source or Header  |  1996-07-18  |  65b  |  8 lines

  1.  
  2. #include "parser.p"
  3.  
  4. void parse_error()
  5. {
  6.     parse_errors++;
  7. }
  8.